home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d18
/
jockdem5.arc
/
DIRDEM1.PAS
< prev
next >
Wrap
Pascal/Delphi Source File
|
1991-04-28
|
306b
|
16 lines
Program DirTTT5_demo_1;
{IMPORTANT NOTE: set Options Compiler Conditional defines to
DIRFULL
and select compile build
}
uses CRT,DIRTTT5;
var
Chosen_File : string;
ErrCode : integer;
begin
clrscr;
Chosen_File := Display_Directory('*.Pas',Errcode);
end.